Share volume between docker host and container

If you want to share a volume between the docker host and an container, you mount the volume you want to share with -v source:target. If your image does not specify a USER, the command you run inside the container is using the root user – which means that you access the mounted volume with … Continue reading Share volume between docker host and container